php get all url parameters

56

php get all url parameters -

<?php
  print_r($_REQUEST);
?>

Comments

Submit
0 Comments